STEP 7: Let's build the body of each robot next!
- In LOGIC, go to and drag Integer Variable to the bottom of the program (do not indent!).
- Change my_var to body_x and change the value 25 to -200. Make sure this is outside the loop above it!
- Go to and drag out Loop with Range. Make sure this is not indented!
- In GRAPHICS, go to and drag out Sprite at Position so that it's indented inside the loop.
To navigate the page using the TAB key, first press ESC to exit the code editor.